Carbon


HFSCIProcPtr

Header: FSM.h Carbon status: Unsupported

typedef OSErr(* HFSCIProcPtr) (
    VCBPtr theVCB, 
    SInt16 selectCode, 
    void *paramBlock, 
    void *fsdGlobalPtr, 
    SInt16 fsid
);

You would declare your function like this if you were to name it MyHFSCICallback:

OSErr MyHFSCICallback (
    VCBPtr theVCB, 
    SInt16 selectCode, 
    void *paramBlock, 
    void *fsdGlobalPtr, 
    SInt16 fsid
);
function result

A result code.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)